Home
last modified time | relevance | path

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

/freebsd/contrib/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;
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp46 SourceLocation PPConditionalDirectiveRecord::findConditionalDirectiveRegionLoc( in findConditionalDirectiveRegionLoc() function in PPConditionalDirectiveRecord