Searched defs:Loc1 (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h134 /// \param Loc1 -- The location of the first lock expression.
137 SourceLocation Loc1,
136 handleExclusiveAndShared(StringRef Kind, Name LockName, SourceLocation Loc1, SourceLocation Loc2) argument
/external/clang/lib/AST/
H A DRawCommentList.cpp166 SourceLocation Loc1, SourceLocation Loc2,
168 std::pair<FileID, unsigned> Loc1Info = SM.getDecomposedLoc(Loc1);
181 assert(Loc1Info.second <= Loc2Info.second && "Loc1 after Loc2!");
165 onlyWhitespaceBetween(SourceManager &SM, SourceLocation Loc1, SourceLocation Loc2, unsigned MaxNewlinesAllowed) argument
/external/clang/include/clang/Basic/
H A DSourceManager.h1305 bool isWrittenInSameFile(SourceLocation Loc1, SourceLocation Loc2) const { argument
1306 return getFileID(Loc1) == getFileID(Loc2);
/external/clang/include/clang/Sema/
H A DInitialization.h478 InitializationKind(InitKind Kind, InitContext Context, SourceLocation Loc1, argument
482 Locations[0] = Loc1;

Completed in 142 milliseconds