HomeSort by relevance Sort by last modified time
    Searched refs:getSourceLocation (Results 1 - 25 of 28) sorted by null

1 2

  /external/clang/include/clang/Lex/
PTHLexer.h 95 /// getSourceLocation - Return a source location for the token in
97 SourceLocation getSourceLocation() override;
PreprocessorLexer.h 89 virtual SourceLocation getSourceLocation() = 0;
Lexer.h 215 /// getSourceLocation - Return a source location identifier for the specified
217 SourceLocation getSourceLocation(const char *Loc, unsigned TokLen = 1) const;
219 /// getSourceLocation - Return a source location for the next character in
221 SourceLocation getSourceLocation() override {
222 return getSourceLocation(BufferPtr);
466 Result.setLocation(getSourceLocation(BufferPtr, TokLen));
  /external/compiler-rt/lib/ubsan/
ubsan_diag.h 65 SourceLocation getSourceLocation() const {
ubsan_diag.cc 112 SourceLocation SLoc = Loc.getSourceLocation();
ubsan_handlers.cc 34 if (Loc.getSourceLocation().isDisabled())
  /external/clang/lib/Lex/
Lexer.cpp 556 SourceLocation StartLoc = TheLexer.getSourceLocation();
    [all...]
PPDirectives.cpp 422 const SourceLocation CondBegin = CurPPLexer->getSourceLocation();
431 const SourceLocation CondEnd = CurPPLexer->getSourceLocation();
    [all...]
PPLexerChange.cpp 395 SourceMgr.getFileCharacteristic(CurPPLexer->getSourceLocation());
396 Callbacks->FileChanged(CurPPLexer->getSourceLocation(),
PTHLexer.cpp 287 SourceLocation PTHLexer::getSourceLocation() {
288 // getSourceLocation is not on the hot path. It is used to get the location
  /external/clang/include/clang/AST/
CommentLexer.h 304 SourceLocation getSourceLocation(const char *Loc) const {
DeclCXX.h     [all...]
  /external/clang/lib/AST/
CommentParser.cpp 68 SourceLocation getSourceLocation() const {
163 SourceLocation Loc = getSourceLocation();
196 SourceLocation Loc = getSourceLocation();
241 formTokenWithChars(PartialTok, getSourceLocation(),
DeclCXX.cpp     [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.8.0/
manifest-merger-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.9.2/
manifest-merger-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/23.0.1/
manifest-merger-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/23.0.2/
manifest-merger-23.0.2.jar 
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 371 unsigned NextToWrite = SM.getFileOffset(RawLex.getSourceLocation());
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 255 GlobalVariable *getSourceLocation(GlobalVariable *G) const {
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 674 return PathDiagnosticLocation(PIP->getInitializer()->getSourceLocation(),
    [all...]
ExprEngine.cpp 450 BMI->getSourceLocation(),
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 

Completed in 2184 milliseconds

1 2