Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/edk2/Include/Library/
H A DPcdLib.h43 #define PcdToken(TokenName) _PCD_TOKEN_##TokenName argument
58 #define FeaturePcdGet(TokenName) _PCD_GET_MODE_BOOL_##TokenName argument
73 #define FixedPcdGet8(TokenName) _PCD_VALUE_##TokenName argument
88 #define FixedPcdGet16(TokenName) _PCD_VALUE_##TokenName argument
103 #define FixedPcdGet32(TokenName) _PCD_VALUE_##TokenName argument
118 #define FixedPcdGet64(TokenName) _PCD_VALUE_##TokenName argument
133 #define FixedPcdGetBool(TokenName) _PCD_VALUE_##TokenName argument
163 #define PatchPcdGet8(TokenName) _gPcd_BinaryPatch_##TokenName argument
444 #define FixedPcdGetSize(TokenName) _PCD_SIZE_##TokenName argument
472 #define PcdGetSize(TokenName) _PCD_GET_MODE_SIZE_##TokenName argument
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp92 StringRef TokenName = in checkAndAddLocation() local
95 size_t Offset = TokenName.find(PrevName.getNamePieces()[0]); in checkAndAddLocation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp2555 IdentifierInfo *TokenName = Tok.getIdentifierInfo(); in ParseImplicitInt() local
2556 LookupResult R(Actions, TokenName, SourceLocation(), in ParseImplicitInt()
2560 << TokenName << TagName << getLangOpts().CPlusPlus in ParseImplicitInt()
2567 << TokenName << TagName; in ParseImplicitInt()