Home
last modified time | relevance | path

Searched refs:buildAddressOf (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/unittests/Tooling/
DSourceCodeBuildersTest.cpp160 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/
DSourceCodeBuilders.h63 llvm::Optional<std::string> buildAddressOf(const Expr &E,
/external/llvm-project/clang/lib/Tooling/Transformer/
DSourceCodeBuilders.cpp94 llvm::Optional<std::string> tooling::buildAddressOf(const Expr &E, in buildAddressOf() function in tooling
DStencil.cpp225 Source = tooling::buildAddressOf(*E, *Match.Context); in evalData()
232 Source = tooling::buildAddressOf(*E, *Match.Context); in evalData()