Searched defs:BeginLoc (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Lex/
H A DPreprocessingRecord.cpp250 SourceLocation BeginLoc = Entity->getSourceRange().getBegin(); local
254 !SourceMgr.isBeforeInTranslationUnit(BeginLoc,
263 !SourceMgr.isBeforeInTranslationUnit(BeginLoc,
283 if (!SourceMgr.isBeforeInTranslationUnit(BeginLoc,
294 BeginLoc,
H A DPPDirectives.cpp417 SourceLocation BeginLoc = ElseLoc.isValid() ? ElseLoc : IfTokenLoc; local
418 Callbacks->SourceRangeSkipped(SourceRange(BeginLoc, Tok.getLocation()));
H A DPragma.cpp1256 SourceLocation BeginLoc = PP.getPragmaARCCFCodeAuditedLoc(); local
1263 if (BeginLoc.isValid()) {
1265 PP.Diag(BeginLoc, diag::note_pragma_entered_here);
1270 if (!BeginLoc.isValid()) {
/external/clang/include/clang/AST/
H A DDeclarationName.h528 SourceLocation BeginLoc = getBeginLoc(); variable
530 return SourceRange(BeginLoc, EndLoc.isValid() ? EndLoc : BeginLoc);
/external/clang/lib/Parse/
H A DParseDecl.cpp1118 SourceLocation BeginLoc = ConsumeBracket(); local
1123 Diag(BeginLoc, diag::err_attributes_not_allowed)
1124 << SourceRange(BeginLoc, EndLoc);

Completed in 240 milliseconds