Home
last modified time | relevance | path

Searched defs:typeLoc (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dparse.d3003 const typeLoc = token.loc; in parseEnum() local
3494 const typeLoc = token.loc; variable
H A Dparse.c2129 Loc typeLoc = token.loc; in parseEnum() local
3053 Loc typeLoc = token.loc; in parseType() local
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dparse.c2129 Loc typeLoc = token.loc; in parseEnum() local
3053 Loc typeLoc = token.loc; in parseType() local
/netbsd/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp773 const internal::VariadicAllOfMatcher<TypeLoc> typeLoc; variable