Home
last modified time | relevance | path

Searched refs:getFileEntryRef (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/tools/libclang/
H A DCIndexHigh.cpp436 *Log << cursor << " @" << *cxfile::getFileEntryRef(file); in clang_findReferencesInFile()
448 *cxfile::getFileEntryRef(file), in clang_findReferencesInFile()
473 *cxfile::getFileEntryRef(file), in clang_findReferencesInFile()
499 *Log << TU << " @" << *cxfile::getFileEntryRef(file); in clang_findIncludesInFile()
507 if (findIncludesInFile(TU, *cxfile::getFileEntryRef(file), visitor)) in clang_findIncludesInFile()
H A DCXFile.h22 inline OptionalFileEntryRef getFileEntryRef(CXFile File) { in getFileEntryRef() function
H A DCXSourceLocation.cpp144 FileEntryRef File = *cxfile::getFileEntryRef(file); in clang_getLocation()
176 = CXXUnit->getLocation(*cxfile::getFileEntryRef(file), offset);
H A DCIndex.cpp5051 FileEntryRef FEnt = *cxfile::getFileEntryRef(SFile); in clang_visitChildren()
5059 FileEntryRef FEnt = *cxfile::getFileEntryRef(SFile);
5083 FileID fid = SM.translateFile(*cxfile::getFileEntryRef(file)); in clang_visitChildrenWithBlock()
5105 FileEntryRef FEnt = *cxfile::getFileEntryRef(file); in getDeclSpelling()
5115 FileEntryRef FEnt = *cxfile::getFileEntryRef(file); in getDeclSpelling()
5130 FileEntryRef FEnt1 = *cxfile::getFileEntryRef(file1); in clang_getCursorSpelling()
5131 FileEntryRef FEnt2 = *cxfile::getFileEntryRef(file2); in clang_getCursorSpelling()
5139 FileEntryRef FEnt = *cxfile::getFileEntryRef(SFile); in clang_getCursorSpelling()
9257 FileEntryRef FE = *cxfile::getFileEntryRef(File); in clang_CXXRecord_isAbstract()
9704 FileEntryRef fileEntry = *cxfile::getFileEntryRef(fil in checkForMacroInMacroDefinition()
[all...]
/llvm-project/clang/lib/Frontend/
H A DSARIFDiagnostic.cpp73 if (OptionalFileEntryRef FE = Loc.getFileEntryRef()) { in addLocationToResult()
H A DTextDiagnostic.cpp790 if (OptionalFileEntryRef FE = Loc.getFileEntryRef()) { in emitDiagnosticLoc()
/llvm-project/clang/lib/Basic/
H A DSourceLocation.cpp230 OptionalFileEntryRef FullSourceLoc::getFileEntryRef() const { in getFileEntryRef() function in FullSourceLoc
H A DSarif.cpp216 OptionalFileEntryRef FE = Start.getExpansionLoc().getFileEntryRef(); in createPhysicalLocation()
/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h417 OptionalFileEntryRef getFileEntryRef() const;