Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgengtype.h23 struct fileloc { struct
24 const char *file;
25 int line;
/openbsd-src/gnu/gcc/gcc/
H A Dgengtype.h23 struct fileloc { struct
24 const char *file;
25 int line;
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp150 Lexer::Lexer(SourceLocation fileloc, const LangOptions &langOpts, in Lexer()