Searched defs:ParsingClass (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/clang/include/clang/Parse/ |
H A D | Parser.h | 1080 struct ParsingClass { struct 1081 ParsingClass(Decl *TagOrTemplate, bool TopLevelClass, bool IsInterface) in ParsingClass() function 1109 std::stack<ParsingClass *> ClassStack; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Parse/ |
D | Parser.h | 1472 struct ParsingClass { struct 1473 ParsingClass(Decl *TagOrTemplate, bool TopLevelClass, bool IsInterface) in ParsingClass() argument 1496 std::stack<ParsingClass *> ClassStack; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Parse/ |
D | Parser.h | 1472 struct ParsingClass { struct 1473 ParsingClass(Decl *TagOrTemplate, bool TopLevelClass, bool IsInterface) in ParsingClass() function 1496 std::stack<ParsingClass *> ClassStack; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Parse/ |
D | Parser.h | 1449 struct ParsingClass { struct 1450 ParsingClass(Decl *TagOrTemplate, bool TopLevelClass, bool IsInterface) in ParsingClass() argument 1473 std::stack<ParsingClass *> ClassStack; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Parse/ |
D | Parser.h | 1507 struct ParsingClass { struct 1508 ParsingClass(Decl *TagOrTemplate, bool TopLevelClass, bool IsInterface) in ParsingClass() argument 1531 std::stack<ParsingClass *> ClassStack; argument
|