Home
last modified time | relevance | path

Searched refs:RequiresADL (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExprCXX.h2504 bool RequiresADL; variable
2522 bool RequiresADL, bool Overloaded, in UnresolvedLookupExpr() argument
2527 RequiresADL(RequiresADL), in UnresolvedLookupExpr()
2533 RequiresADL(false), Overloaded(false), NamingClass(nullptr) in UnresolvedLookupExpr()
2567 bool requiresADL() const { return RequiresADL; } in requiresADL()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDTreeTransform.h1753 bool RequiresADL) { in RebuildDeclarationNameExpr() argument
1754 return getSema().BuildDeclarationNameExpr(SS, R, RequiresADL); in RebuildDeclarationNameExpr()
2448 bool RequiresADL, in RebuildTemplateIdExpr() argument
2450 return getSema().BuildTemplateIdExpr(SS, TemplateKWLoc, R, RequiresADL, in RebuildTemplateIdExpr()
HDSemaTemplate.cpp2854 bool RequiresADL, in BuildTemplateIdExpr() argument
2888 RequiresADL, TemplateArgs, in BuildTemplateIdExpr()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderStmt.cpp1492 E->RequiresADL = Record[Idx++]; in VisitUnresolvedLookupExpr()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h5596 bool RequiresADL,