Searched refs:getMacroStack (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDataCollection.cpp31 /// If 'getMacroStack(A) == getMacroStack(B)' is true, then the SourceLocations
33 std::string getMacroStack(SourceLocation Loc, ASTContext &Context) { function in namespace:clang::data_collection
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDataCollection.h37 /// If 'getMacroStack(A) == getMacroStack(B)' is true, then the SourceLocations
39 std::string getMacroStack(SourceLocation Loc, ASTContext &Context);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp431 data_collection::getMacroStack(Seq.getBeginLoc(), Context);

Completed in 56 milliseconds