HomeSort by: relevance | last modified time | path
    Searched defs:IntroducerRange (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h 828 SourceRange IntroducerRange;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLambda.cpp 241 CXXRecordDecl *Sema::createLambdaClosureType(SourceRange IntroducerRange,
252 IntroducerRange.getBegin(),
360 SourceRange IntroducerRange,
390 DeclarationNameLoc::makeCXXOperatorNameLoc(IntroducerRange);
393 DeclarationNameInfo(MethodName, IntroducerRange.getBegin(),
483 SourceRange IntroducerRange,
497 LSI->IntroducerRange = IntroducerRange;
1350 static void addFunctionPointerConversion(Sema &S, SourceRange IntroducerRange,
1376 SourceLocation Loc = IntroducerRange.getBegin()
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h 1870 SourceRange IntroducerRange;
1886 LambdaExpr(QualType T, SourceRange IntroducerRange,
1907 Create(const ASTContext &C, CXXRecordDecl *Class, SourceRange IntroducerRange,
2017 SourceRange getIntroducerRange() const { return IntroducerRange; }
2081 return IntroducerRange.getBegin();

Completed in 21 milliseconds