Home
last modified time | relevance | path

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

/src/sys/contrib/edk2/Include/Library/
H A DPcdLib.h36 #define PcdToken(TokenName) _PCD_TOKEN_##TokenName argument
50 #define FeaturePcdGet(TokenName) _PCD_GET_MODE_BOOL_##TokenName argument
64 #define FixedPcdGet8(TokenName) _PCD_VALUE_##TokenName argument
78 #define FixedPcdGet16(TokenName) _PCD_VALUE_##TokenName argument
92 #define FixedPcdGet32(TokenName) _PCD_VALUE_##TokenName argument
106 #define FixedPcdGet64(TokenName) _PCD_VALUE_##TokenName argument
120 #define FixedPcdGetBool(TokenName) _PCD_VALUE_##TokenName argument
134 #define FixedPcdGetPtr(TokenName) ((VOID *)_PCD_VALUE_##TokenName) argument
148 #define PatchPcdGet8(TokenName) _gPcd_BinaryPatch_##TokenName argument
162 #define PatchPcdGet16(TokenName) _gPcd_BinaryPatch_##TokenName argument
[all …]
/src/contrib/llvm-project/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()
/src/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp3092 IdentifierInfo *TokenName = Tok.getIdentifierInfo(); in ParseImplicitInt() local
3093 LookupResult R(Actions, TokenName, SourceLocation(), in ParseImplicitInt()
3097 << TokenName << TagName << getLangOpts().CPlusPlus in ParseImplicitInt()
3104 << TokenName << TagName; in ParseImplicitInt()