Home
last modified time | relevance | path

Searched defs:TildeLoc (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp1731 SourceLocation TildeLoc = ConsumeToken(); in ParseCXXPseudoDestructor() local
2919 SourceLocation TildeLoc = ConsumeToken(); in ParseUnqualifiedId() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp133 ParsedType Sema::getDestructorName(SourceLocation TildeLoc, in getDestructorName()
7405 SourceLocation TildeLoc, in BuildPseudoDestructorExpr()
7524 SourceLocation TildeLoc, in ActOnPseudoDestructorExpr()
7666 SourceLocation TildeLoc, in ActOnPseudoDestructorExpr()
H A DTreeTransform.h14612 SourceLocation TildeLoc, in RebuildCXXPseudoDestructorExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp323 SourceLocation TildeLoc, PseudoDestructorTypeStorage DestroyedType) in CXXPseudoDestructorExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1120 void setDestructorName(SourceLocation TildeLoc, in setDestructorName()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h2542 SourceLocation TildeLoc; variable