Searched refs:getSourceLocation (Results 1 - 20 of 20) sorted by relevance

/external/clang/include/clang/Lex/
H A DPTHLexer.h95 /// getSourceLocation - Return a source location for the token in
97 SourceLocation getSourceLocation();
H A DLexer.h216 /// getSourceLocation - Return a source location identifier for the specified
218 SourceLocation getSourceLocation(const char *Loc, unsigned TokLen = 1) const;
220 /// getSourceLocation - Return a source location for the next character in
222 SourceLocation getSourceLocation() { return getSourceLocation(BufferPtr); } function in class:clang::Lexer
462 Result.setLocation(getSourceLocation(BufferPtr, TokLen));
H A DPreprocessorLexer.h89 virtual SourceLocation getSourceLocation() = 0;
/external/clang/lib/AST/
H A DCommentParser.cpp59 SourceLocation getSourceLocation() const { function in class:clang::comments::TextTokenRetokenizer
154 SourceLocation Loc = getSourceLocation();
187 SourceLocation Loc = getSourceLocation();
232 formTokenWithChars(PartialTok, getSourceLocation(),
H A DDeclCXX.cpp1554 SourceLocation CXXCtorInitializer::getSourceLocation() const { function in class:CXXCtorInitializer
1575 return SourceRange(getSourceLocation(), getRParenLoc());
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.h65 SourceLocation getSourceLocation() const { function in class:__ubsan::Location
H A Dubsan_diag.cc72 SourceLocation SLoc = Loc.getSourceLocation();
H A Dubsan_handlers.cc34 if (Loc.getSourceLocation().isDisabled())
/external/clang/include/clang/AST/
H A DCommentLexer.h295 Result.setLocation(getSourceLocation(BufferPtr));
311 SourceLocation getSourceLocation(const char *Loc) const { function in class:clang::comments::Lexer
H A DDeclCXX.h1912 SourceLocation getSourceLocation() const;
/external/clang/lib/Lex/
H A DLexer.cpp562 SourceLocation StartLoc = TheLexer.getSourceLocation();
1025 /// path of the hot getSourceLocation method. Do not allow it to be inlined.
1051 /// getSourceLocation - Return a source location identifier for the specified
1053 SourceLocation Lexer::getSourceLocation(const char *Loc, function in class:Lexer
1073 return PP->Diag(getSourceLocation(Loc), DiagID);
1383 return CharSourceRange::getCharRange(L.getSourceLocation(Begin),
1384 L.getSourceLocation(End));
1597 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " ");
1610 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " ");
2001 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPt
[all...]
H A DPPDirectives.cpp376 const SourceLocation ConditionalBegin = CurPPLexer->getSourceLocation();
391 const SourceLocation ConditionalEnd = CurPPLexer->getSourceLocation();
877 Callbacks->FileChanged(CurPPLexer->getSourceLocation(),
1031 Callbacks->FileChanged(CurPPLexer->getSourceLocation(), Reason, FileKind);
2089 const SourceLocation ConditionalBegin = CurPPLexer->getSourceLocation();
2091 const SourceLocation ConditionalEnd = CurPPLexer->getSourceLocation();
2181 const SourceLocation ConditionalBegin = CurPPLexer->getSourceLocation();
2183 const SourceLocation ConditionalEnd = CurPPLexer->getSourceLocation();
H A DPPLexerChange.cpp305 SourceMgr.getFileCharacteristic(CurPPLexer->getSourceLocation());
306 Callbacks->FileChanged(CurPPLexer->getSourceLocation(),
H A DPTHLexer.cpp288 SourceLocation PTHLexer::getSourceLocation() { function in class:PTHLexer
289 // getSourceLocation is not on the hot path. It is used to get the location
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp3148 MarkFunctionReferenced(Initializer->getSourceLocation(), Dtor);
3149 DiagnoseUseOfDecl(Dtor, Initializer->getSourceLocation());
3346 Init->getSourceLocation())
3404 SemaRef.Diag(PrevInit->getSourceLocation(),
3440 S.Diag(Init->getSourceLocation(),
3447 S.Diag(Init->getSourceLocation(),
3452 S.Diag(PrevInit->getSourceLocation(), diag::note_previous_initializer)
3472 S.Diag(Init->getSourceLocation(),
3476 S.Diag(En.second->getSourceLocation(), diag::note_previous_initializer)
3542 Diag(Init->getSourceLocation(),
[all...]
H A DSemaTemplateInstantiateDecl.cpp3111 Init->getSourceLocation(),
3146 Init->getSourceLocation(),
3172 Init->getSourceLocation());
3186 Init->getSourceLocation());
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp414 BMI->getSourceLocation(),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 434 milliseconds