Home
last modified time | relevance | path

Searched defs:ParenExpr (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h27 class ParenExpr; variable
H A DExpr.h2139 ParenExpr(SourceLocation l, SourceLocation r, Expr *val) ParenExpr() function
2147 explicit ParenExpr(EmptyShell Empty) ParenExpr() function
/llvm-project/clang/unittests/Sema/
H A DCodeCompleteTest.cpp554 TEST(PreferredTypeTest, ParenExpr) { in TEST() argument
/llvm-project/clang/unittests/ASTMatchers/Dynamic/
H A DRegistryTest.cpp559 TEST_F(RegistryTest, ParenExpr) { in TEST_F() argument
/llvm-project/clang/unittests/Tooling/Syntax/
H A DBuildTreeTest.cpp1064 TEST_P(BuildSyntaxTreeTest,ParenExpr) TEST_P() argument