HomeSort by: relevance | last modified time | path
    Searched refs:RequiresADL (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprCXX.cpp 351 const DeclarationNameInfo &NameInfo, bool RequiresADL, bool Overloaded,
358 UnresolvedLookupExprBits.RequiresADL = RequiresADL;
371 bool RequiresADL, bool Overloaded, UnresolvedSetIterator Begin,
378 SourceLocation(), NameInfo, RequiresADL,
385 const DeclarationNameInfo &NameInfo, bool RequiresADL,
396 TemplateKWLoc, NameInfo, RequiresADL,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h 3104 const DeclarationNameInfo &NameInfo, bool RequiresADL,
3124 const DeclarationNameInfo &NameInfo, bool RequiresADL, bool Overloaded,
3130 const DeclarationNameInfo &NameInfo, bool RequiresADL,
3141 bool requiresADL() const { return UnresolvedLookupExprBits.RequiresADL; }
Stmt.h 887 unsigned RequiresADL : 1;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 507 bool TransformOverloadExprDecls(OverloadExpr *Old, bool RequiresADL,
2417 bool RequiresADL) {
2418 return getSema().BuildDeclarationNameExpr(SS, R, RequiresADL);
2659 RHS, /*RequiresADL*/false);
3184 bool RequiresADL,
3186 return getSema().BuildTemplateIdExpr(SS, TemplateKWLoc, R, RequiresADL,
11940 bool RequiresADL,
11982 if (AllEmptyPacks && !RequiresADL) {
12002 if (TransformOverloadExprDecls(Old, Old->requiresADL(), R))
12044 return getDerived().RebuildDeclarationNameExpr(SS, R, Old->requiresADL());
    [all...]
SemaTemplate.cpp 4718 bool RequiresADL,
4765 RequiresADL, TemplateArgs,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 3835 Expr *input, bool RequiresADL = true);
3840 ArrayRef<Expr *> Args, bool RequiresADL = true);
3845 bool RequiresADL = true,
7616 bool RequiresADL,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 2050 E->UnresolvedLookupExprBits.RequiresADL = Record.readInt();

Completed in 53 milliseconds