Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
H A Dgenerate_cxx_src_locs.py136 for typeLoc in ClassData['typeLocs']:
145 """.format(typeLoc)
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp207 hasAncestor(typeLoc(unless( in isUnevaluated()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp549 REGISTER_MATCHER(typeLoc); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp773 const internal::VariadicAllOfMatcher<TypeLoc> typeLoc; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dparse.c2129 Loc typeLoc = token.loc; in parseEnum() local
2132 checkCstyleTypeSyntax(typeLoc, memtype, alt, NULL); in parseEnum()
3053 Loc typeLoc = token.loc; in parseType() local
3060 checkCstyleTypeSyntax(typeLoc, t, alt, pident ? *pident : NULL); in parseType()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dparse.d3003 const typeLoc = token.loc; in parseEnum() local
3006 checkCstyleTypeSyntax(typeLoc, memtype, alt, null); in parseEnum()
3494 const typeLoc = token.loc; variable
3501 checkCstyleTypeSyntax(typeLoc, t, alt, pident ? *pident : null);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2693 extern const internal::VariadicAllOfMatcher<TypeLoc> typeLoc;