Searched defs:SLoc (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp667 const SLocEntry &SLoc = getSLocEntry(FID, &MyInvalid); local
1552 const SLocEntry &SLoc = getLocalSLocEntry(I, &Invalid); local
1566 const SLocEntry &SLoc = getLoadedSLocEntry(I); local
1589 const SLocEntry &SLoc = getSLocEntry(IFileID, &Invalid); local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2176 static void printLocation(raw_ostream &Out, SourceLocation SLoc) { argument
2276 SourceLocation SLoc = T->getLocStart(); local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp1262 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); local
1626 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); local
[all...]

Completed in 133 milliseconds