Home
last modified time | relevance | path

Searched refs:Loc2 (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DRawCommentList.cpp167 SourceLocation Loc1, SourceLocation Loc2, in onlyWhitespaceBetween() argument
170 std::pair<FileID, unsigned> Loc2Info = SM.getDecomposedLoc(Loc2); in onlyWhitespaceBetween()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
DThreadSafety.h116 SourceLocation Loc2) {} in handleExclusiveAndShared() argument
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DInitialization.h464 SourceLocation Loc2, SourceLocation Loc3) in InitializationKind() argument
468 Locations[1] = Loc2; in InitializationKind()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DSourceManager.h1308 bool isWrittenInSameFile(SourceLocation Loc1, SourceLocation Loc2) const { in isWrittenInSameFile() argument
1309 return getFileID(Loc1) == getFileID(Loc2); in isWrittenInSameFile()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1380 SourceLocation Loc2) { in handleExclusiveAndShared() argument
1384 Loc2, S.PDiag(diag::note_lock_exclusive_and_shared) << LockName); in handleExclusiveAndShared()
/freebsd-9-stable/contrib/llvm/lib/AsmParser/
DLLParser.cpp3420 LocTy Loc, Loc2; in ParseBr() local
3436 ParseTypeAndBasicBlock(Op2, Loc2, PFS)) in ParseBr()