Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp9138 CXFile BFile; in operator <<() local
9140 clang_getFileLocation(BLoc, &BFile, &BLine, &BColumn, nullptr); in operator <<()
9146 CXString BFileName = clang_getFileName(BFile); in operator <<()
9147 if (BFile == EFile) { in operator <<()