Searched defs:DeclOrType (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Serialization/ |
D | ASTWriter.h | 176 DeclOrType(Decl *D) : Stored(D), IsType(false) {} in DeclOrType() function 177 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) {} in DeclOrType() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Serialization/ |
D | ASTWriter.h | 180 DeclOrType(Decl *D) : Stored(D), IsType(false) {} in DeclOrType() function 181 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) {} in DeclOrType() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Serialization/ |
D | ASTWriter.h | 180 DeclOrType(Decl *D) : Stored(D), IsType(false) {} in DeclOrType() function 181 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) {} in DeclOrType() function
|
/aosp_15_r20/external/clang/include/clang/Serialization/ |
H A D | ASTWriter.h | 151 DeclOrType(Decl *D) : Stored(D), IsType(false) { } in DeclOrType() function 152 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { } in DeclOrType() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Serialization/ |
D | ASTWriter.h | 184 DeclOrType(Decl *D) : Stored(D), IsType(false) {} in DeclOrType() function 185 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) {} in DeclOrType() function
|