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

  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPExpressions.cpp 104 SourceLocation beginLoc(PeekTok.getLocation());
105 Result.setBegin(beginLoc);
182 if (beginLoc.isMacroID()) {
185 .getSLocEntry(PP.getSourceManager().getFileID(beginLoc))
204 PP.Diag(beginLoc, diag::warn_defined_in_function_type_macro);
206 PP.Diag(beginLoc, diag::warn_defined_in_object_type_macro);
212 SourceRange(beginLoc, PeekTok.getLocation()));
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransformActions.cpp 68 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd();
69 assert(beginLoc.isValid() && endLoc.isValid());
71 Begin = FullSourceLoc(srcMgr.getExpansionLoc(beginLoc), srcMgr);
74 Begin = FullSourceLoc(srcMgr.getExpansionLoc(beginLoc), srcMgr);
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp 781 SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo,
786 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo),
811 ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc,
818 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 172 ObjCMethodDecl(SourceLocation beginLoc, SourceLocation endLoc,
233 Create(ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc,

Completed in 55 milliseconds