Searched defs:CSC (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/Analysis/ | ||
H A D | ReachableCode.cpp | 637 const CStyleCastExpr *CSC = cast<CStyleCastExpr>(S); GetUnreachableLoc() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaTemplateInstantiate.cpp | 117 for (auto &CSC : llvm::reverse(SemaRef.CodeSynthesisContexts)) { getEnclosingTypeAliasTemplateDecl() local |
H A D | SemaTemplateInstantiateDecl.cpp | 4854 InstantiateFunctionDeclaration(FunctionTemplateDecl * FTD,const TemplateArgumentList * Args,SourceLocation Loc,CodeSynthesisContext::SynthesisKind CSC) InstantiateFunctionDeclaration() argument |
H A D | SemaTemplate.cpp | 12226 for (const CodeSynthesisContext &CSC : CodeSynthesisContexts) { getTopMostPointOfInstantiation() local |