Home
last modified time | relevance | path

Searched defs:ParsedAttr (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h206 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr() function
221 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr() function
241 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr() function
257 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr() function
275 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr() function
288 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr() function
H A DSema.h91 class ParsedAttr; variable
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DParsedAttrInfo.h29 class ParsedAttr; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2650 ParsedTargetAttr ParsedAttr = in checkTargetFeatures() local
H A DCodeGenModule.cpp2614 ParsedTargetAttr ParsedAttr = in GetCPUAndFeaturesAttributes() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp13480 ParsedTargetAttr ParsedAttr = Target->parseTargetAttr(TD->getFeaturesStr()); in filterFunctionTargetAttrs() local
13505 ParsedTargetAttr ParsedAttr = filterFunctionTargetAttrs(TD); in getFunctionFeatureMap() local