Searched defs:RequiresADL (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprCXX.cpp | 351 const DeclarationNameInfo &NameInfo, bool RequiresADL, bool Overloaded, in UnresolvedLookupExpr() 371 bool RequiresADL, bool Overloaded, UnresolvedSetIterator Begin, in Create() 385 const DeclarationNameInfo &NameInfo, bool RequiresADL, in Create()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | TreeTransform.h | 2417 bool RequiresADL) { in RebuildDeclarationNameExpr() 3184 bool RequiresADL, in RebuildTemplateIdExpr() 11940 bool RequiresADL, in TransformOverloadExprDecls() 14547 bool RequiresADL; in RebuildCXXOperatorCallExpr() local
|
H A D | SemaTemplate.cpp | 4718 bool RequiresADL, in BuildTemplateIdExpr()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Stmt.h | 887 unsigned RequiresADL : 1; variable
|