Searched refs:typeLoc (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/ |
H A D | generate_cxx_src_locs.py | 136 for typeLoc in ClassData['typeLocs']: 145 """.format(typeLoc)
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 207 hasAncestor(typeLoc(unless( in isUnevaluated()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/ |
H A D | Registry.cpp | 549 REGISTER_MATCHER(typeLoc); in RegistryMaps()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/ |
H A D | ASTMatchersInternal.cpp | 773 const internal::VariadicAllOfMatcher<TypeLoc> typeLoc; variable
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | parse.c | 2129 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 D | parse.d | 3003 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 D | ASTMatchers.h | 2693 extern const internal::VariadicAllOfMatcher<TypeLoc> typeLoc;
|