Home
last modified time | relevance | path

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

/freebsd/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 …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp91 StringRef TokenName = in checkAndAddLocation() local
94 size_t Offset = TokenName.find(PrevName.getNamePieces()[0]); in checkAndAddLocation()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2891 IdentifierInfo *TokenName = Tok.getIdentifierInfo(); in ParseImplicitInt() local
2892 LookupResult R(Actions, TokenName, SourceLocation(), in ParseImplicitInt()
2896 << TokenName << TagName << getLangOpts().CPlusPlus in ParseImplicitInt()
2903 << TokenName << TagName; in ParseImplicitInt()