Searched refs:buildAddressOf (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/unittests/Tooling/ |
D | SourceCodeBuildersTest.cpp | 160 testBuilder(buildAddressOf, "S x; x;", "&x"); in TEST() 164 testBuilder(buildAddressOf, "S *x; *x;", "x"); in TEST() 168 testBuilder(buildAddressOf, "S *x; *(x);", "x"); in TEST() 172 testBuilder(buildAddressOf, "S x; x + x;", "&(x + x)"); in TEST()
|
/external/llvm-project/clang/include/clang/Tooling/Transformer/ |
D | SourceCodeBuilders.h | 63 llvm::Optional<std::string> buildAddressOf(const Expr &E,
|
/external/llvm-project/clang/lib/Tooling/Transformer/ |
D | SourceCodeBuilders.cpp | 94 llvm::Optional<std::string> tooling::buildAddressOf(const Expr &E, in buildAddressOf() function in tooling
|
D | Stencil.cpp | 225 Source = tooling::buildAddressOf(*E, *Match.Context); in evalData() 232 Source = tooling::buildAddressOf(*E, *Match.Context); in evalData()
|