Home
last modified time | relevance | path

Searched refs:ActOnFileScopeAsmDecl (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParser.cpp893 SingleDecl = Actions.ActOnFileScopeAsmDecl(Result.get(), StartLoc, EndLoc); in ParseExternalDeclaration()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h3061 Decl *ActOnFileScopeAsmDecl(Expr *expr,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp19172 Decl *Sema::ActOnFileScopeAsmDecl(Expr *expr, in ActOnFileScopeAsmDecl() function in Sema