Searched defs:getSourceLocation (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
H A DCommentLexer.h304 SourceLocation getSourceLocation(const char *Loc) const { function in class:clang::comments::Lexer
/external/clang/lib/AST/
H A DCommentParser.cpp68 SourceLocation getSourceLocation() const { function in class:clang::comments::TextTokenRetokenizer
163 SourceLocation Loc = getSourceLocation();
196 SourceLocation Loc = getSourceLocation();
241 formTokenWithChars(PartialTok, getSourceLocation(),
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.h82 SourceLocation getSourceLocation() const { function in class:__ubsan::Location
/external/clang/lib/Lex/
H A DPTHLexer.cpp286 SourceLocation PTHLexer::getSourceLocation() { function in class:PTHLexer
287 // getSourceLocation is not on the hot path. It is used to get the location
H A DLexer.cpp550 SourceLocation StartLoc = TheLexer.getSourceLocation();
1042 /// path of the hot getSourceLocation method. Do not allow it to be inlined.
1068 /// getSourceLocation - Return a source location identifier for the specified
1070 SourceLocation Lexer::getSourceLocation(const char *Loc, function in class:Lexer
1090 return PP->Diag(getSourceLocation(Loc), DiagID);
1420 return CharSourceRange::getCharRange(L.getSourceLocation(Begin),
1421 L.getSourceLocation(End));
1676 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " ");
1723 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " ");
2147 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPt
[all...]
/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/ ...
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...

Completed in 436 milliseconds