Home
last modified time | relevance | path

Searched refs:onCompletion (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DHLSLExternalSemaSource.h35 void onCompletion(CXXRecordDecl *Record, CompletionFunction Fn);
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp494 onCompletion(Decl, [this](CXXRecordDecl *Decl) { in defineHLSLTypesWithForwardDeclarations()
505 onCompletion(Decl, [this](CXXRecordDecl *Decl) { in defineHLSLTypesWithForwardDeclarations()
513 void HLSLExternalSemaSource::onCompletion(CXXRecordDecl *Record, in onCompletion() function in HLSLExternalSemaSource