Home
last modified time | relevance | path

Searched defs:DefaultArgumentInstantiated (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/clang/include/clang/AST/
H A DASTMutationListener.h94 virtual void DefaultArgumentInstantiated(const ParmVarDecl *D) {} in DefaultArgumentInstantiated() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTMutationListener.h102 virtual void DefaultArgumentInstantiated(const ParmVarDecl *D) {} in DefaultArgumentInstantiated() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DASTMutationListener.h102 virtual void DefaultArgumentInstantiated(const ParmVarDecl *D) {} in DefaultArgumentInstantiated() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DASTMutationListener.h102 virtual void DefaultArgumentInstantiated(const ParmVarDecl *D) {} in DefaultArgumentInstantiated() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTMutationListener.h104 virtual void DefaultArgumentInstantiated(const ParmVarDecl *D) {} in DefaultArgumentInstantiated() function
/aosp_15_r20/external/clang/lib/Frontend/
H A DMultiplexConsumer.cpp199 void MultiplexASTMutationListener::DefaultArgumentInstantiated( in DefaultArgumentInstantiated() function in clang::MultiplexASTMutationListener
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTWriter.cpp5778 void ASTWriter::DefaultArgumentInstantiated(const ParmVarDecl *D) { in DefaultArgumentInstantiated() function in ASTWriter