Home
last modified time | relevance | path

Searched defs:LocalDeclID (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DDeclID.h155 LocalDeclID() : Base() {} in LocalDeclID() function
156 LocalDeclID(PredefinedDeclIDs ID) : Base(ID) {} in LocalDeclID() function
157 explicit LocalDeclID(DeclID ID) : Base(ID) {} in LocalDeclID() function
180 explicit operator LocalDeclID() const { return LocalDeclID(this->ID); } in LocalDeclID() function
/aosp_15_r20/external/clang/include/clang/Serialization/
H A DASTBitCodes.h67 typedef DeclID LocalDeclID; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Serialization/
DASTBitCodes.h72 using LocalDeclID = DeclID; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Serialization/
DASTBitCodes.h72 using LocalDeclID = DeclID; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Serialization/
DASTBitCodes.h72 using LocalDeclID = DeclID; variable