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

/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h139 /// \param Loc2 -- The location of the second lock expression.
142 SourceLocation Loc2) {}
140 handleExclusiveAndShared(StringRef Kind, Name LockName, SourceLocation Loc1, SourceLocation Loc2) argument
/external/clang/lib/AST/
H A DRawCommentList.cpp225 SourceLocation Loc1, SourceLocation Loc2,
228 std::pair<FileID, unsigned> Loc2Info = SM.getDecomposedLoc(Loc2);
240 assert(Loc1Info.second <= Loc2Info.second && "Loc1 after Loc2!");
224 onlyWhitespaceBetween(SourceManager &SM, SourceLocation Loc1, SourceLocation Loc2, unsigned MaxNewlinesAllowed) argument
/external/clang/include/clang/Sema/
H A DInitialization.h479 SourceLocation Loc2, SourceLocation Loc3)
483 Locations[1] = Loc2;
478 InitializationKind(InitKind Kind, InitContext Context, SourceLocation Loc1, SourceLocation Loc2, SourceLocation Loc3) argument
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp546 MemoryLocation Loc2 = getLocation(Inst2, AA); local
548 if (Loc1.Ptr && Loc2.Ptr && isSimple(Inst1) && isSimple(Inst2)) {
550 aliased = AA->alias(Loc1, Loc2);

Completed in 167 milliseconds