Home
last modified time | relevance | path

Searched refs:findConditionalDirectiveRegionLoc (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h81 return findConditionalDirectiveRegionLoc(LHS) != in areInDifferentConditionalDirectiveRegion()
82 findConditionalDirectiveRegionLoc(RHS); in areInDifferentConditionalDirectiveRegion()
85 SourceLocation findConditionalDirectiveRegionLoc(SourceLocation Loc) const;
/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp46 SourceLocation PPConditionalDirectiveRecord::findConditionalDirectiveRegionLoc( in findConditionalDirectiveRegionLoc() function in PPConditionalDirectiveRecord
/llvm-project/clang/tools/libclang/
H A DIndexing.cpp210 SourceLocation RegionLoc = PPRec.findConditionalDirectiveRegionLoc(Loc); in getRegion()