Searched defs:FirstLoc (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp222 SMLoc FirstLoc = getLexer().getLoc(); local
249 SectionName = StringRef(FirstLoc.getPointer(), Size);
/external/clang/include/clang/Serialization/
H A DModule.h196 SourceLocation FirstLoc; member in class:clang::serialization::ModuleFile
/external/clang/lib/Sema/
H A DDeclSpec.cpp945 SourceLocation FirstLoc; local
948 if (FirstLoc.isInvalid() ||
950 FirstLoc))
951 FirstLoc = ExtraLocs[I];
/external/llvm/utils/FileCheck/
H A DFileCheck.cpp755 size_t FirstLoc = StringRef::npos; local
777 if (PrefixLoc > FirstLoc)
781 if (PrefixLoc == FirstLoc && Prefix.size() < FirstPrefix.size())
793 FirstLoc = PrefixLoc;
804 CheckLoc = FirstLoc;
/external/clang/lib/Parse/
H A DParseExprCXX.cpp45 SourceLocation FirstLoc = SM.getSpellingLoc(First.getLocation()); local
46 SourceLocation FirstEnd = FirstLoc.getLocWithOffset(First.getLength());
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2265 SourceLocation FirstLoc = start->getLocStart(); local
2268 if (!SM.isWrittenInSameFile(FirstLoc, SecondLoc))
2270 if (SM.isBeforeInTranslationUnit(SecondLoc, FirstLoc))
2271 std::swap(SecondLoc, FirstLoc);
2273 SourceRange EdgeRange(FirstLoc, SecondLoc);

Completed in 145 milliseconds