Home
last modified time | relevance | path

Searched defs:TypeQuals (Results 1 – 19 of 19) sorted by relevance

/external/openscreen/third_party/abseil/src/absl/types/
Doptional_test.cc43 std::string TypeQuals(std::string&) { return "&"; } in TypeQuals() function
44 std::string TypeQuals(std::string&&) { return "&&"; } in TypeQuals() function
45 std::string TypeQuals(const std::string&) { return "c&"; } in TypeQuals() function
46 std::string TypeQuals(const std::string&&) { return "c&&"; } in TypeQuals() function
/external/libtextclassifier/abseil-cpp/absl/types/
Doptional_test.cc43 std::string TypeQuals(std::string&) { return "&"; } in TypeQuals() function
44 std::string TypeQuals(std::string&&) { return "&&"; } in TypeQuals() function
45 std::string TypeQuals(const std::string&) { return "c&"; } in TypeQuals() function
46 std::string TypeQuals(const std::string&&) { return "c&&"; } in TypeQuals() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/
Doptional_test.cc43 std::string TypeQuals(std::string&) { return "&"; } in TypeQuals() function
44 std::string TypeQuals(std::string&&) { return "&&"; } in TypeQuals() function
45 std::string TypeQuals(const std::string&) { return "c&"; } in TypeQuals() function
46 std::string TypeQuals(const std::string&&) { return "c&&"; } in TypeQuals() function
/external/webrtc/third_party/abseil-cpp/absl/types/
Doptional_test.cc43 std::string TypeQuals(std::string&) { return "&"; } in TypeQuals() function
44 std::string TypeQuals(std::string&&) { return "&&"; } in TypeQuals() function
45 std::string TypeQuals(const std::string&) { return "c&"; } in TypeQuals() function
46 std::string TypeQuals(const std::string&&) { return "c&&"; } in TypeQuals() function
/external/abseil-cpp/absl/types/
Doptional_test.cc43 std::string TypeQuals(std::string&) { return "&"; } in TypeQuals() function
44 std::string TypeQuals(std::string&&) { return "&&"; } in TypeQuals() function
45 std::string TypeQuals(const std::string&) { return "c&"; } in TypeQuals() function
46 std::string TypeQuals(const std::string&&) { return "c&&"; } in TypeQuals() function
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1184 unsigned TypeQuals : 5; member
1217 unsigned TypeQuals : 5; member
1515 unsigned TypeQuals : 5; member
1523 unsigned TypeQuals : 5; member
/external/clang/lib/Sema/
DDeclSpec.cpp159 unsigned TypeQuals, in getFunction()
DSemaType.cpp729 unsigned &TypeQuals, in diagnoseAndRemoveTypeQualifiers()
787 unsigned TypeQuals = DS.getTypeQualifiers(); in checkOmittedBlockReturnType() local
1673 if (unsigned TypeQuals = DS.getTypeQualifiers()) { in ConvertDeclSpecToType() local
DSemaDeclCXX.cpp6831 if (unsigned TypeQuals = D.getDeclSpec().getTypeQualifiers()) { in CheckConstructorDeclarator() local
7000 else if (unsigned TypeQuals = D.getDeclSpec().getTypeQualifiers()) { in CheckDestructorDeclarator() local
DSemaDecl.cpp3856 if (unsigned TypeQuals = DS.getTypeQualifiers()) { in ParsedFreeStandingDeclSpec() local
/external/clang/include/clang/AST/
DDeclCXX.h2338 unsigned TypeQuals = 0; in isCopyConstructor() local
2352 unsigned TypeQuals = 0; in isMoveConstructor() local
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h2565 unsigned TypeQuals = 0; in isCopyConstructor() local
2579 unsigned TypeQuals = 0; in isMoveConstructor() local
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp780 unsigned &TypeQuals, in diagnoseAndRemoveTypeQualifiers()
828 unsigned TypeQuals = DS.getTypeQualifiers(); in checkOmittedBlockReturnType() local
1772 if (unsigned TypeQuals = DS.getTypeQualifiers()) { in ConvertDeclSpecToType() local
DSemaDeclCXX.cpp10198 if (unsigned TypeQuals = D.getDeclSpec().getTypeQualifiers()) { in CheckConstructorDeclarator() local
10373 else if (unsigned TypeQuals = D.getDeclSpec().getTypeQualifiers()) { in CheckDestructorDeclarator() local
DSemaDecl.cpp4581 if (unsigned TypeQuals = DS.getTypeQualifiers()) { in ParsedFreeStandingDeclSpec() local
/external/clang/lib/AST/
DTypePrinter.cpp115 static void AppendTypeQualList(raw_ostream &OS, unsigned TypeQuals, in AppendTypeQualList()
DType.cpp140 unsigned TypeQuals, in Profile()
/external/llvm-project/clang/lib/AST/
DType.cpp192 unsigned TypeQuals) { in Profile()
214 unsigned TypeQuals, in Profile()
DTypePrinter.cpp138 static void AppendTypeQualList(raw_ostream &OS, unsigned TypeQuals, in AppendTypeQualList()