Searched refs:Loc1 (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafety.h | 115 virtual void handleExclusiveAndShared(Name LockName, SourceLocation Loc1, in handleExclusiveAndShared() argument
|
/external/clang/lib/AST/ |
D | RawCommentList.cpp | 188 SourceLocation Loc1, SourceLocation Loc2) { in onlyWhitespaceBetween() argument 189 std::pair<FileID, unsigned> Loc1Info = SM.getDecomposedLoc(Loc1); in onlyWhitespaceBetween()
|
/external/clang/include/clang/Sema/ |
D | Initialization.h | 411 InitializationKind(InitKind Kind, InitContext Context, SourceLocation Loc1, in InitializationKind() argument 415 Locations[0] = Loc1; in InitializationKind()
|
/external/clang/include/clang/Basic/ |
D | SourceManager.h | 1269 bool isFromSameFile(SourceLocation Loc1, SourceLocation Loc2) const { in isFromSameFile() argument 1270 return getFileID(Loc1) == getFileID(Loc2); in isFromSameFile()
|
/external/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 1337 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/ |
D | LLParser.cpp | 4290 Value *Val0, *Val1; LocTy Loc0, Loc1; in ParseInsertValue() local 4295 ParseTypeAndValue(Val1, Loc1, PFS) || in ParseInsertValue()
|