Searched refs:FileIndexRecord (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Index/
H A DFileIndexRecord.h1 //===--- FileIndexRecord.h - Index data per file ----------------*- C++ -*-===//
26 class FileIndexRecord { class in namespace:clang::index
33 FileIndexRecord(FileID FID, bool IsSystem) : FID(FID), IsSystem(IsSystem) {} function in class:clang::index::FileIndexRecord
H A DFileIndexRecord.cpp1 //===--- FileIndexRecord.cpp - Index data per file --------------*- C++ -*-===//
10 #include "FileIndexRecord.h"
39 void FileIndexRecord::addDeclOccurence(SymbolRoleSet Roles, unsigned Offset,
47 void FileIndexRecord::addMacroOccurence(SymbolRoleSet Roles, unsigned Offset,
53 void FileIndexRecord::removeHeaderGuardMacros() {
63 void FileIndexRecord::print(llvm::raw_ostream &OS, SourceManager &SM) const {
/netbsd-current/external/apache2/llvm/lib/libclangIndex/
H A DMakefile10 FileIndexRecord.cpp \

Completed in 126 milliseconds