Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DThreadSafety.h115 virtual void handleExclusiveAndShared(Name LockName, SourceLocation Loc1, in handleExclusiveAndShared() argument
/external/clang/lib/AST/
DRawCommentList.cpp188 SourceLocation Loc1, SourceLocation Loc2) { in onlyWhitespaceBetween() argument
189 std::pair<FileID, unsigned> Loc1Info = SM.getDecomposedLoc(Loc1); in onlyWhitespaceBetween()
/external/clang/include/clang/Sema/
DInitialization.h411 InitializationKind(InitKind Kind, InitContext Context, SourceLocation Loc1, in InitializationKind() argument
415 Locations[0] = Loc1; in InitializationKind()
/external/clang/include/clang/Basic/
DSourceManager.h1269 bool isFromSameFile(SourceLocation Loc1, SourceLocation Loc2) const { in isFromSameFile() argument
1270 return getFileID(Loc1) == getFileID(Loc2); in isFromSameFile()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1337 void handleExclusiveAndShared(Name LockName, SourceLocation Loc1, in handleExclusiveAndShared() argument
1340 Loc1, S.PDiag(diag::warn_lock_exclusive_and_shared) << LockName); in handleExclusiveAndShared()
/external/llvm/lib/AsmParser/
DLLParser.cpp4290 Value *Val0, *Val1; LocTy Loc0, Loc1; in ParseInsertValue() local
4295 ParseTypeAndValue(Val1, Loc1, PFS) || in ParseInsertValue()