Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp9397 CXFile BFile; in operator <<() local
9399 clang_getFileLocation(BLoc, &BFile, &BLine, &BColumn, nullptr); in operator <<()
9405 CXString BFileName = clang_getFileName(BFile); in operator <<()
9406 if (BFile == EFile) { in operator <<()