Home
last modified time | relevance | path

Searched defs:fileloc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgengtype.h47 struct fileloc struct
49 const input_file *file;
50 int line;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgengtype.h47 struct fileloc struct
49 const input_file *file;
50 int line;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp149 Lexer::Lexer(SourceLocation fileloc, const LangOptions &langOpts, in Lexer()