Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp930 SingleDecl = Actions.ActOnFileScopeAsmDecl(Result.get(), StartLoc, EndLoc); in ParseExternalDeclaration()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3781 Decl *ActOnFileScopeAsmDecl(Expr *expr, SourceLocation AsmLoc,
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp20077 Decl *Sema::ActOnFileScopeAsmDecl(Expr *expr, in ActOnFileScopeAsmDecl() function in Sema