Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DThreadSafety.h116 SourceLocation Loc2) {} in handleExclusiveAndShared() argument
/external/clang/lib/AST/
DRawCommentList.cpp193 SourceLocation Loc1, SourceLocation Loc2) { in onlyWhitespaceBetween() argument
195 std::pair<FileID, unsigned> Loc2Info = SM.getDecomposedLoc(Loc2); in onlyWhitespaceBetween()
/external/clang/include/clang/Sema/
DInitialization.h462 SourceLocation Loc2, SourceLocation Loc3) in InitializationKind() argument
466 Locations[1] = Loc2; in InitializationKind()
/external/clang/include/clang/Basic/
DSourceManager.h1296 bool isFromSameFile(SourceLocation Loc1, SourceLocation Loc2) const { in isFromSameFile() argument
1297 return getFileID(Loc1) == getFileID(Loc2); in isFromSameFile()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1345 SourceLocation Loc2) { in handleExclusiveAndShared() argument
1349 Loc2, S.PDiag(diag::note_lock_exclusive_and_shared) << LockName); in handleExclusiveAndShared()
/external/llvm/lib/AsmParser/
DLLParser.cpp3412 LocTy Loc, Loc2; in ParseBr() local
3428 ParseTypeAndBasicBlock(Op2, Loc2, PFS)) in ParseBr()