Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp927 SingleDecl = Actions.ActOnFileScopeAsmDecl(Result.get(), StartLoc, EndLoc); in ParseExternalDeclaration()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3192 Decl *ActOnFileScopeAsmDecl(Expr *expr,
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp20402 Decl *Sema::ActOnFileScopeAsmDecl(Expr *expr, in ActOnFileScopeAsmDecl() function in Sema