Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h82 return findConditionalDirectiveRegionLoc(LHS) != in areInDifferentConditionalDirectiveRegion()
83 findConditionalDirectiveRegionLoc(RHS); in areInDifferentConditionalDirectiveRegion()
86 SourceLocation findConditionalDirectiveRegionLoc(SourceLocation Loc) const;
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp48 SourceLocation PPConditionalDirectiveRecord::findConditionalDirectiveRegionLoc( in findConditionalDirectiveRegionLoc() function in PPConditionalDirectiveRecord
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp209 SourceLocation RegionLoc = PPRec.findConditionalDirectiveRegionLoc(Loc);